程序包 | 说明 |
---|---|
com.gprinter.command |
限定符和类型 | 方法和说明 |
---|---|
static LabelCommand.BITMAP_MODE |
LabelCommand.BITMAP_MODE.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static LabelCommand.BITMAP_MODE[] |
LabelCommand.BITMAP_MODE.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
LabelCommand.addBitmap(int x,
int y,
LabelCommand.BITMAP_MODE mode,
int nWidth,
Bitmap b)
方法说明:在标签上绘制图片
|
void |
LabelCommand.addBitmapByMethod(int x,
int y,
LabelCommand.BITMAP_MODE mode,
int nWidth,
Bitmap b) |
static byte[] |
GpUtils.printTscDraw(int x,
int y,
LabelCommand.BITMAP_MODE mode,
Bitmap bitmap) |